.header{
	background-color: #fafafa;
	width: 100%;
}
.header  .number{
	float: left;
	font-size: 12px;
    color: #666;
    line-height: 40px;
}
.header  .number  em{
	color: #D10003;
}
.header-r{
	float: right;
	line-height: 40px; 
}
.header-r a{
	font-size: 12px;
	display: inline-block;
	line-height: 30px;
	color: #666;
	margin: 0  15px;
}
/*.header-r a:last-child{
    background-color: #f0f5fc;
    color: #333;
    border-color: transparent;
    margin-right: 0;
    padding: 0 10px;
}*/
.header-r a i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(/static/images/pc/kef.png) no-repeat center;
    background-size: 12px 12px;
    vertical-align: middle;
}
.header-r a:hover{
    color: #f00;
    text-decoration: none;
}
.nav{
	width: 100%;
	/*height: 65px;*/
	background: #fff;
    border-bottom: 4px solid #D10003;
}
.logo{
	float: left;
	font-weight: 700;
	font-style: normal;
	color: #D10003;
	font-size: 32px; 
    width: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}
.logo  em{
	font-size: 14px;
	color: #D10003;
	font-weight: 400;
}
.adbox{
    float: right;
    width: 990px;
    height: 69px;
    background: url(/static/images/pc/ad.jpg) no-repeat;
    background-size: 100%  100%;
    line-height: 69px;
    padding-left: 400px;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.tablist{
	float: left;
	height: 65px;
	width: 806px;
	line-height: 65px;
    margin-top: 10px;
}
.tablist  li{
	float: left;
}
.tablist  li a{
	color: #333;
	padding: 0 30px 0 0px;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
}
/*.tablist  li:first-child a{
	padding: 0 25px 0 54px;
}*/
.tablist  li a:hover,.tablist  li a.active{
    opacity: 1;
    color: #D10003 !important;
}

.searchbox{
	float: right;
	width:335px;
	display: flex;
	align-items: center;
	height: 65px;
    margin-top: 10px;
}
.search-form{
	float: left;
	width: 100%;
	background: #fff;
    border: 1px solid #D10003;
	height: 40px;
    border-radius: 6px;
}
.selSearch{
	margin-top: 10px;
    float: left;
    width:88px;
    height: 20px;
    font-weight: bold;
    position: relative;
}
.nowSearch {
    float: left;
    width: 90px;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    background: url(/static/images/pc/zz.png) 75px 8px no-repeat; 
} 
.nowSearch  span{
	display: inline-block;
	width: 68px;
	text-align: center;
}
.selOption {
    z-index: 9999;
    position: absolute;
    top: 30px;
    width:75px;
    background: #fff;
    border: none;
    border-top: 0;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 2px;
}
.selOption a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    /*padding-left: 17px;*/
    cursor: pointer;
}
.search-txt {
    padding-left: 10px;
    width: 184px;
    height: 40px;
    color: #999;
    float: left;
    background: none;
    border: none;
    font-size: 14px; 
    line-height: 34px;
    box-sizing: border-box;
    padding-right: 15px;
}
.search-txt::-webkit-input-placeholder{
    font-size: 14px;
    color:#b8babf;
}
.search-txt::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 14px;
    color:#b8babf;
}
.search-txt:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color:#b8babf;
}
.search-txt:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 14px;
    color:#b8babf;
}
.searchSubmit{
	height: 40px;
	width: 40px;
    border: none;
    float: right;
    opacity: .8;
    background:#D10003 url(/static/images/pc/icon_search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px  20px;
    right: 4px;
    top: 3px; 
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
    font-weight: normal;
} 
.content{
    width: 100%;
}
.breadcrumbs{
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    font-size: 12px;
    color: #777;
}
.breadcrumbs  a{
    font-size: 12px;
    color: #777;
    display: inline-block;
}
.breadcrumbs  span{
    color: #333;
}
.breadcrumbs a:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/images/pc/index.png) no-repeat;
    background-size: 13px;
    margin: 0 4px 0px 0;
    vertical-align: middle;
}
.breadcrumbs a:not(:last-child):after {
    content: ">";
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-left: 6px;
}

.ourpur{
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
}
.ourpur  ul{
	float: left;
	width: 100%;
	height: 100%;
}
.ourpur  ul  li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 10px;
	height:115px;
	font-size: 16px;
    color: #333;
}
.ourpur  ul  li:first-child{
	background: url(/static/images/pc/xs1.png) no-repeat;
	background-size: 38px   38px;
	background-position: 40px  center;
}
.ourpur  ul  li:nth-child(2){
	background: url(/static/images/pc/xs2.png) no-repeat;
	background-size: 38px   38px;
	background-position: 40px  center;
}
.ourpur  ul  li:nth-child(3){
	background: url(/static/images/pc/xs3.png) no-repeat;
	background-size: 38px   38px;
	background-position: 40px  center;
}
.ourpur  ul  li:nth-child(4){
	background: url(/static/images/pc/xs4.png) no-repeat;
	background-size: 38px   38px;
	background-position: 40px  center;
}
.ourpur  ul  li p{
	margin-top: 2px;
	font-size: 12px;
    color: #979797;
}
.footer{
	float: left;
	margin-top: 20px;
	width: 100%;
	background: rgba(242, 242, 242, 1);
}
.footer-head {
	float: left;
	width: 100%;
}
.footer-head ul{
    margin-right: 110px;
    float: left;
}
.footer-head ul li{
	height: 26px;
    margin-bottom: 1px;
    line-height: 26px;
}
.footer-head ul li:first-child{
	height: auto;
}
.footer-head ul li  h5{
	padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #303030;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
} 
.footer-head ul li a{
	font-size: 12px;
    color: #333;
}
.footer-head ul li a:hover {
    color: #D10003;
}
.phonenum{
	float: right;
}
.phonenum span{
	margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
}
.phonenum em{
	font-size: 12px;
    color: #333;
    margin-top: 10px;
    display: block;
}
.statement{
	float: left;
	width: 100%;
	box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #303030;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
    margin-top: 47px;
    color: #666;
}
.statement  a{
	color: #333;
    font-size: 12px;
}
.statement  a:hover{
    color: #D10003;
}
.pagination { 
    padding-left: 0;
    border-radius: 0;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
}
.disabled {
    cursor: default;
    color: #ccc;
}
.pagination>ul>li {
    display: inline;
}
.pagination>ul>li>a, .pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2780E3;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>ul>li:first-child>a, .pagination>ul>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>ul>li.disabled>span, .pagination>ul>li.disabled>span:hover, .pagination>ul>li.disabled>span:focus, .pagination>ul>li.disabled>a, .pagination>ul>li.disabled>a:hover, .pagination>ul>li.disabled>a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    z-index: 2;
}
.disabled:hover {
    background-color: #FFF!important;
    color: #ccc;
}
/*SWT*/
.dlipop{width:400px; height:240px; margin:auto;	text-align:center; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.2);
	position:fixed;	top:0; 	left:0;	right:0; bottom:0; z-index:9999; background-color:#fff;}
.dlipop h3{display:inline-block; margin-top:55px; font-size:25px; font-weight:400; color:#d23d3d;}
.dlipop p{margin-top:15px; margin-bottom:20px; font-size:18px; color:#777;}
.dlipop a{display:inline-block;	width:120px; height:38px; line-height:38px;	font-size:15px;	border-radius:5px;}
.dlipop .dlidely{margin-right:30px;	color:#666;	background-color:#eaeaea;}
.dlipop .dlidely:hover{text-decoration:none; background-color:#dcdbdb;}
.dlipop .dlinow{color:#fff;	background-color:#d23d3d;}
.dlipop .dlinow:hover{text-decoration:none; background-color:#0194b8;}

.dliside{width:62px; height:395px; position:fixed; top:115px; right:20px; z-index:99;}
.dliside a{display:block; width:100%; height:60px; margin-bottom:5px; background-color:#00bbe9;}
.dliside a:hover{text-decoration:none; background-color:#00a2ca; }
.dliside a:hover .dliop1{display:none;}
.dliside .dide1,.dliside .dide1:hover{background:transparent url(/static/images/pc/dlsicon.png) no-repeat; cursor:default;}
.dliside .dide6{background-color:#ccc;}
.dliside .dide6:hover{background-color:#eee;}
.dliop1{display:block; padding:13px 10px 0 10px; line-height:1.1; font-size:15px; text-align:center; color:#fff;}
.dliop2{display:none; text-align:center; line-height:60px;}
.dliside a:hover .dliop2{display:block;}

.top-box .dlicar{color:#fff; position:relative;}
.top-box .dlicar img{width:16px; height:auto; margin-right:5px; position:relative; top:-2px;}
.dlicar b{font-weight:400;}

@media screen and (max-width:1366px){
	.dliside{right:8px;}
}
@media screen and (max-width:1280px){
	.dliside{width:54px; height:366px; right:0;}
	.dliside a{width:54px; height:56px; overflow:hidden;}
	.dliop1{padding:12px 7px 0 7px; font-size:14px;}
	.dliop2{width:29px; height:29px; margin:4px 0 0 12px; line-height:29px;}	
}
.swt_middle {
    position: fixed;
    width: 572px;
    height: 310px;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin-left: -16%;
    margin-top: -8%;
    background: url(/static/images/pc/swt.png) no-repeat;
}
.knbody-detail {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer; 
    float: left;
    width: 100%;
}
.knbody-detail a {
    color: rgb(255, 0, 0);
    text-decoration: underline;
    cursor: pointer; 
}
.knbody-detail a em {
    color: rgb(251, 113, 1);
}
.customerservice{
	position: fixed;
	right: 20px;
	top: 115px;
	width: 68px;
	height: 392px;
	background-image: url(/static/images/pc/customerservice.png);
	background-repeat: no-repeat;
	background-position: -78px 0;
	z-index: 9999;
}
.customerservice ul{
	margin: 67px 4px 0 4px;
}
.customerservice ul li{
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
}
.customerservice ul li a{
	width: 60px;
	height: 60px;
	line-height: 3;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: none;
	transition: none;
}
.customerservice ul li a:hover{
	background-image: url(/static/images/pc/customerservice.png);
	background-repeat: no-repeat;
}
.customerservice ul li.cs1 a:hover{
	background-position: -4px -67px;
}
.customerservice ul li.cs2 a:hover{
	background-position: -4px -132px;
}
.customerservice ul li.cs3 a:hover{
	background-position: -4px -197px;
}
.customerservice ul li.cs4 a:hover{
	background-position: -4px -262px;
}
.customerservice ul li.cs5 a:hover{
	background-position: -4px -327px;
}



.customerservice_dy{
	background-image: url(/static/images/pc/customerservice_dy.png);
}